home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000431 < prev    next >
Text File  |  1998-04-20  |  1KB  |  40 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                VEHICLE:        Train Car 4
  6. //
  7. //                BASE ID:        500
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a TrainCar File for an tank car.
  12. [ObjectClass]
  13. l ObjectTypeNum = 20
  14.  
  15. [Header]
  16. st FileType                            = "TrainType"
  17.  
  18. [Train]
  19. l Name                                = 625
  20. uc Explosion Chance                    = 80
  21. uc Explosion Damage                    = 40
  22. uc Velocity Multiplier                = 6
  23. l Damage                            = 40
  24. f TonnageClass                        = 80.0                // 80 tons
  25. f Acceleration                        = -0.5
  26. f Deceleration                        = 2.0
  27. f TopSpeed                            = 45.0
  28.  
  29. [ObjectType]
  30. st Name                             = "trainc4"        // Text string giving a descriptive name  (only 8 chars long!!)
  31. l Type                                 = 43            // ID number for this mech type
  32. l Appearance                        = 0x05000190
  33. l Duration                            = -1            // Lasts forever = -1
  34. l MaxDamage                            = 200            // Number of damage points before BOOM!
  35. l ExplosionObject                    = 449            // Object Class Number of explosion for Mech
  36. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  37. f ExtentRadius                        = 35            // Extent Radius in Meters
  38. l IconNumber                        = 0
  39. FITEnd
  40.